Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore][exporter/clickhouse] Fix broken makefile command for examples #30161

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

crobert-1
Copy link
Member

Description:

The ClickHouse exporter contains a docker example with telemetrygen generating traces to send to the otel collector, which then sends to the ClickHouse backend. Grafana is then used to view traces. The make commands were broken due being in the wrong directory when executing, as well as the deprecation of tracegen in favor of telemetrygen traces.

Link to tracking Issue:
Resolves #30159

Testing:
Both make commands are working and everything's up and running. Also confirmed telemetrygen is properly sending traces to the collector.
Note: I'm not familiar enough with Grafana or ClickHouse to be able to validate clickhouse exporter functionality in the example. A code owner or user will have to verify the example still works.

@bogdandrutu bogdandrutu merged commit dc787b6 into open-telemetry:main Dec 21, 2023
86 checks passed
@github-actions github-actions bot added this to the next release milestone Dec 21, 2023
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jan 10, 2024
…open-telemetry#30161)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
The ClickHouse exporter contains a docker example with `telemetrygen`
generating traces to send to the otel collector, which then sends to the
ClickHouse backend. Grafana is then used to view traces. The make
commands were broken due being in the wrong directory when executing, as
well as the deprecation of `tracegen` in favor of `telemetrygen traces`.

**Link to tracking Issue:** <Issue number if applicable>
Resolves open-telemetry#30159

**Testing:** <Describe what testing was performed and which tests were
added.>
Both `make` commands are working and everything's up and running. Also
confirmed `telemetrygen` is properly sending traces to the collector.
Note: I'm not familiar enough with Grafana or ClickHouse to be able to
validate clickhouse exporter functionality in the example. A code owner
or user will have to verify the example still works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

examples for clickhouse exporter are broken
3 participants